runtime.writeUserArenaHeapBits.offset (field)
9 uses
runtime (current package)
arena.go#L605: offset uintptr // offset in span that the low bit of mask represents the pointer state of.
arena.go#L620: h.offset = offset - h.low*goarch.PtrSize
arena.go#L646: idx := h.offset / (ptrBits * goarch.PtrSize)
arena.go#L656: h.offset += ptrBits * goarch.PtrSize
arena.go#L682: zeros := (offset+size-h.offset)/goarch.PtrSize - h.valid
arena.go#L696: idx := h.offset / (ptrBits * goarch.PtrSize)
arena.go#L709: h.offset += ptrBits * goarch.PtrSize
arena.go#L718: idx := h.offset / (ptrBits * goarch.PtrSize)
arena.go#L729: h.offset += ptrBits * goarch.PtrSize
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |